required <% } %>
<% if (maxlength) { %>maxlength="<%- maxlength %>"<% } %>
<% if (minlength) { %>pattern=".{<%-minlength%>,}" title="Please enter <%- minlength %> digits."<% } %>
<% if (placeholder) { %>placeholder="<%- placeholder %>"<% } %>
<% if (value) { %>value="<%- value %>"<% } %>
<% if (min) { %>min=<%- min %><% } %>
<% if (max) { %>max="<%- max %>"<% } %>/>